home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / par / Imakefile next >
Encoding:
Makefile  |  1991-09-04  |  1.0 KB  |  40 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: Imakefile
  17.  *    Module: pisces/par
  18.  *    Purpose: Imake file for par
  19.  *    Creation Date: 07/20/90
  20.  *
  21.  *****************************************************************************/
  22.  
  23. LINKDEP =
  24. ALLCPLUSDEFS = 
  25.  
  26. MEMMOD = $(COMPACT)
  27.  
  28. HDRS = par.h
  29.  
  30. SRCS = par.$(C)
  31.  
  32. OBJS = par.$(OBJ)
  33.  
  34. LOCAL_C_DEFS = $(DFLAG)AR_ADD=$(QUOTE)$(ADD)$(QUOTE) $(DFLAG)AR_REPLACE=$(QUOTE)$(UPDATE)$(QUOTE) $(DFLAG)AR_DELETE=$(QUOTE)$(DELETE)$(QUOTE) 
  35.  
  36. All(par)
  37. OptimizeCObject()
  38. CProgram(par)
  39.  
  40.